home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / 3Dmodeling / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.3 KB  |  36 lines

  1.  
  2.  
  3.                      toolbox/src/exampleCode/3Dmodeling:
  4.  
  5.  
  6.  
  7.       This directory contains sources and an some example programs for
  8.       Modeler's Little Helper -- routines to help build solid models.
  9.       
  10.       The source code for the library includes the files:
  11.       
  12.           curve.c -- analytic curves
  13.           surface.c -- analytic parametric surfaces
  14.           pwlin.c -- piecewise-linear curves
  15.           smooth.c -- smooth solids
  16.           solids.c -- basic solids
  17.           vect3d.c -- 3D vector operators
  18.           xform.c -- linear warping code
  19.       
  20.       The documentation for the library is in the file:
  21.       
  22.           3Dmodeler.doc
  23.       
  24.       The "make" command makes lib3d.a plus three example programs --
  25.       "example", "track", and "liss".  "example" shows the variety of 3D
  26.       models that Modeler's Little Helper can support, "track" shows an
  27.       analytic parametric 3D surface, and "liss" makes some interesting 
  28.       3D lissajous figures on the surface of the sphere.
  29.       
  30.       All the examples use a trackball interface that is similar to the 
  31.       one used in Showcase (in fact, the code is a slightly improved 
  32.       version of the Showcase code).  Use the left mouse button to 
  33.       manipulate the models in all the example programs.
  34.       
  35.       -- Tom Davis (davis@sgi.com)
  36.